home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-10-17 | 4.2 KB | 153 lines | [TEXT/MPS ] |
- # File: FATSimpleText.make
- # Target: FATSimpleText
- # Sources: AboutBox.c
- # Clipboard.c
- # GXFile.c
- # MovieFile.c
- # PICTFile.c
- # SimpleText.c
- # TextDrag.c
- # TextFile.a
- # TextFile.c
- # ThreeDMetafile.c
- # Created: Thursday, September 26, 1996 05:14:37 PM
-
-
- MAKEFILE =
- •MondoBuild• = {MAKEFILE} # Make blank to avoid rebuilds when makefile is modified
- Includes = ∂
- -i "{MPW}Interfaces&Libraries:Interfaces:CIncludes:" ∂
- -i "{MPW}Interfaces&Libraries:Interfaces:RIncludes:"
- Sym•PPC =
- ObjDir•PPC =
- Sym•68K =
- ObjDir•68K =
-
- PPCCOptions = {Includes} {Sym•PPC}
-
- COptions = {Includes} {Sym•68K} -w 17 -model far
-
- Objects•PPC = ∂
- "{ObjDir•PPC}AboutBox.c.x" ∂
- "{ObjDir•PPC}Clipboard.c.x" ∂
- "{ObjDir•PPC}GXFile.c.x" ∂
- "{ObjDir•PPC}MovieFile.c.x" ∂
- "{ObjDir•PPC}PICTFile.c.x" ∂
- "{ObjDir•PPC}SimpleText.c.x" ∂
- "{ObjDir•PPC}TextDrag.c.x" ∂
- "{ObjDir•PPC}TextFile.c.x" ∂
- "{ObjDir•PPC}ThreeDMetafile.c.x" ∂
- AGFileLib.xcoff ∂
- AppleGuideGlue.xcoff
-
- Objects•68K = ∂
- "{ObjDir•68K}AboutBox.c.o" ∂
- "{ObjDir•68K}Clipboard.c.o" ∂
- "{ObjDir•68K}GXFile.c.o" ∂
- "{ObjDir•68K}MovieFile.c.o" ∂
- "{ObjDir•68K}PICTFile.c.o" ∂
- "{ObjDir•68K}SimpleText.c.o" ∂
- "{ObjDir•68K}TextDrag.c.o" ∂
- "{ObjDir•68K}TextFile.a.o" ∂
- "{ObjDir•68K}TextFile.c.o" ∂
- "{ObjDir•68K}ThreeDMetafile.c.o" ∂
- AGFileLib.o
-
-
- FATSimpleText ƒƒ {•MondoBuild•} {Objects•PPC}
- PPCLink ∂
- -o {Targ} {Sym•PPC} ∂
- {Objects•PPC} ∂
- -t 'APPL' ∂
- -c 'ttxt' ∂
- -weaklib "QuickTimeLib" ∂
- -weaklib "ThreadsLib" ∂
- -weaklib "SpeechLib" ∂
- -weaklib "DragLib" ∂
- -weaklib "QuickDrawGXLib" ∂
- "{SharedLibraries}QuickTimeLib" ∂
- "{SharedLibraries}ThreadsLib" ∂
- "{SharedLibraries}SpeechLib" ∂
- "{SharedLibraries}DragLib" ∂
- "{SharedLibraries}QuickDrawGXLib" ∂
- "{SharedLibraries}InterfaceLib" ∂
- "{SharedLibraries}StdCLib" ∂
- "{SharedLibraries}MathLib" ∂
- "{PPCLibraries}StdCRuntime.o" ∂
- "{PPCLibraries}PPCCRuntime.o" ∂
- "{PPCLibraries}PPCToolLibs.o"
-
-
- FATSimpleText ƒƒ {•MondoBuild•} {Objects•68K}
- Link ∂
- -o {Targ} -d {Sym•68K} ∂
- {Objects•68K} ∂
- -t 'APPL' ∂
- -c 'ttxt' ∂
- -model far ∂
- "{CLibraries}StdCLib.o" ∂
- "{Libraries}MacRuntime.o" ∂
- "{Libraries}Interface.o"
-
- FATSimpleText ƒƒ {•MondoBuild•} SimpleText.r
- Rez SimpleText.r -o {Targ} {Includes} -append
-
- "{ObjDir•PPC}AboutBox.c.x" ƒ {•MondoBuild•} AboutBox.c
- {PPCC} AboutBox.c -o {Targ} {PPCCOptions}
-
- "{ObjDir•PPC}Clipboard.c.x" ƒ {•MondoBuild•} Clipboard.c
- {PPCC} Clipboard.c -o {Targ} {PPCCOptions}
-
- "{ObjDir•PPC}GXFile.c.x" ƒ {•MondoBuild•} GXFile.c
- {PPCC} GXFile.c -o {Targ} {PPCCOptions}
-
- "{ObjDir•PPC}MovieFile.c.x" ƒ {•MondoBuild•} MovieFile.c
- {PPCC} MovieFile.c -o {Targ} {PPCCOptions}
-
- "{ObjDir•PPC}PICTFile.c.x" ƒ {•MondoBuild•} PICTFile.c
- {PPCC} PICTFile.c -o {Targ} {PPCCOptions}
-
- "{ObjDir•PPC}SimpleText.c.x" ƒ {•MondoBuild•} SimpleText.c
- {PPCC} SimpleText.c -o {Targ} {PPCCOptions}
-
- "{ObjDir•PPC}TextDrag.c.x" ƒ {•MondoBuild•} TextDrag.c
- {PPCC} TextDrag.c -o {Targ} {PPCCOptions}
-
- "{ObjDir•PPC}TextFile.c.x" ƒ {•MondoBuild•} TextFile.c
- {PPCC} TextFile.c -o {Targ} {PPCCOptions}
-
- "{ObjDir•PPC}ThreeDMetafile.c.x" ƒ {•MondoBuild•} ThreeDMetafile.c
- {PPCC} ThreeDMetafile.c -o {Targ} {PPCCOptions}
-
-
- "{ObjDir•68K}AboutBox.c.o" ƒ {•MondoBuild•} AboutBox.c
- {C} AboutBox.c -o {Targ} {COptions}
-
- "{ObjDir•68K}Clipboard.c.o" ƒ {•MondoBuild•} Clipboard.c
- {C} Clipboard.c -o {Targ} {COptions}
-
- "{ObjDir•68K}GXFile.c.o" ƒ {•MondoBuild•} GXFile.c
- {C} GXFile.c -o {Targ} {COptions}
-
- "{ObjDir•68K}MovieFile.c.o" ƒ {•MondoBuild•} MovieFile.c
- {C} MovieFile.c -o {Targ} {COptions}
-
- "{ObjDir•68K}PICTFile.c.o" ƒ {•MondoBuild•} PICTFile.c
- {C} PICTFile.c -o {Targ} {COptions}
-
- "{ObjDir•68K}SimpleText.c.o" ƒ {•MondoBuild•} SimpleText.c
- {C} SimpleText.c -o {Targ} {COptions}
-
- "{ObjDir•68K}TextDrag.c.o" ƒ {•MondoBuild•} TextDrag.c
- {C} TextDrag.c -o {Targ} {COptions}
-
- "{ObjDir•68K}TextFile.a.o" ƒ {•MondoBuild•} TextFile.a
- {Asm} TextFile.a -o {Targ} {AOptions}
-
- "{ObjDir•68K}TextFile.c.o" ƒ {•MondoBuild•} TextFile.c
- {C} TextFile.c -o {Targ} {COptions}
-
- "{ObjDir•68K}ThreeDMetafile.c.o" ƒ {•MondoBuild•} ThreeDMetafile.c
- {C} ThreeDMetafile.c -o {Targ} {COptions}
-
-